make jobs description fit inside 80 columns
authorPanashe M. Fundira <fundirap@gmail.com>
Tue, 28 Jun 2016 21:06:35 +0000 (17:06 -0400)
committerPanashe M. Fundira <fundirap@gmail.com>
Tue, 28 Jun 2016 21:06:35 +0000 (17:06 -0400)
16 files changed:
src/bin/bench.rs
src/bin/build.rs
src/bin/doc.rs
src/bin/install.rs
src/bin/run.rs
src/bin/rustc.rs
src/bin/rustdoc.rs
src/bin/test.rs
src/doc/config.md
src/etc/_cargo
src/etc/man/cargo-bench.1
src/etc/man/cargo-build.1
src/etc/man/cargo-doc.1
src/etc/man/cargo-install.1
src/etc/man/cargo-run.1
src/etc/man/cargo-test.1

index a86d79f2bd22b2093b66c2c05e9eb5064f3fa6ff..dc0a1a4daaab301204d6ad00b253c70926a434db 100644 (file)
@@ -37,7 +37,7 @@ Options:
     --bench NAME                 Benchmark only the specified bench target
     --no-run                     Compile, but don't run benchmarks
     -p SPEC, --package SPEC ...  Package to run benchmarks for
-    -j N, --jobs N               The number of jobs to run in parallel (defaults to # of CPUs)
+    -j N, --jobs N               Number of parallel jobs, defaults to # of CPUs
     --features FEATURES          Space-separated list of features to also build
     --no-default-features        Do not build the `default` feature
     --target TRIPLE              Build for the target triple
index 4fde3a32ffb20faa28d8db629bb322387b723ffc..8a106436a9df90c250a428f7388ab6618674b5d5 100644 (file)
@@ -33,7 +33,7 @@ Usage:
 Options:
     -h, --help                   Print this message
     -p SPEC, --package SPEC ...  Package to build
-    -j N, --jobs N               The number of jobs to run in parallel (defaults to # of CPUs)
+    -j N, --jobs N               Number of parallel jobs, defaults to # of CPUs
     --lib                        Build only this package's library
     --bin NAME                   Build only the specified binary
     --example NAME               Build only the specified example
index acc3b217d6514b8b70c656e441b7516558845fb9..b7804dbd3ca77dcd8ea598932c536d7e75d01f0a 100644 (file)
@@ -31,7 +31,7 @@ Options:
     --open                       Opens the docs in a browser after the operation
     -p SPEC, --package SPEC ...  Package to document
     --no-deps                    Don't build documentation for dependencies
-    -j N, --jobs N               The number of jobs to run in parallel (defaults to # of CPUs)
+    -j N, --jobs N               Number of parallel jobs, defaults to # of CPUs
     --lib                        Document only this package's library
     --bin NAME                   Document only the specified binary
     --release                    Build artifacts in release mode, with optimizations
index 44353e4c7b934698885c678e95f82dbd1e8f74f8..7f9ed95195b05798a0477661f41aa1d116c83dd2 100644 (file)
@@ -45,7 +45,7 @@ Specifying what crate to install:
 
 Build and install options:
     -h, --help                Print this message
-    -j N, --jobs N            The number of jobs to run in parallel (defaults to # of CPUs)
+    -j N, --jobs N            Number of parallel jobs, defaults to # of CPUs
     --features FEATURES       Space-separated list of features to activate
     -f, --force               Force overwriting existing crates or binaries
     --no-default-features     Do not build the `default` feature
index 2f0d2026f8bb9bc080460a3e80b410917eaa2704..408f16ddca94ea8410867def61546c824d1822c2 100644 (file)
@@ -28,7 +28,7 @@ Options:
     -h, --help              Print this message
     --bin NAME              Name of the bin target to run
     --example NAME          Name of the example target to run
-    -j N, --jobs N          The number of jobs to run in parallel (defaults to # of CPUs)
+    -j N, --jobs N          Number of parallel jobs, defaults to # of CPUs
     --release               Build artifacts in release mode, with optimizations
     --features FEATURES     Space-separated list of features to also build
     --no-default-features   Do not build the `default` feature
index e71fb78353c0b766f77e12328890ad91435be448..4a821a8c0e7c347cc65df5492ac9d9f148a62359 100644 (file)
@@ -35,7 +35,7 @@ Usage:
 Options:
     -h, --help               Print this message
     -p SPEC, --package SPEC  The profile to compile for
-    -j N, --jobs N           The number of jobs to run in parallel (defaults to # of CPUs)
+    -j N, --jobs N           Number of parallel jobs, defaults to # of CPUs
     --lib                    Build only this package's library
     --bin NAME               Build only the specified binary
     --example NAME           Build only the specified example
index 17a05eb43b8c9fcb76e137e2b4a1aa737e9b6ce0..ecd33ecb2b93ac91c0b703934837527825b6dd09 100644 (file)
@@ -33,7 +33,7 @@ Options:
     -h, --help               Print this message
     --open                   Opens the docs in a browser after the operation
     -p SPEC, --package SPEC  Package to document
-    -j N, --jobs N           The number of jobs to run in parallel (defaults to # of CPUs)
+    -j N, --jobs N           Number of parallel jobs, defaults to # of CPUs
     --lib                    Build only this package's library
     --bin NAME               Build only the specified binary
     --example NAME           Build only the specified example
index c35d1e7a97fd14613e87a1aa14571dbd4abbe66a..9e017117eeb72be7b0ff8cf6ca58d4ab51e48362 100644 (file)
@@ -41,7 +41,7 @@ Options:
     --bench NAME                 Test only the specified benchmark target
     --no-run                     Compile, but don't run tests
     -p SPEC, --package SPEC ...  Package to run tests for
-    -j N, --jobs N               The number of jobs to run in parallel (defaults to # of CPUs)
+    -j N, --jobs N               Number of parallel jobs, defaults to # of CPUs
     --release                    Build artifacts in release mode, with optimizations
     --features FEATURES          Space-separated list of features to also build
     --no-default-features        Do not build the `default` feature
index 55b4d0efb3134d074d9a1d5127340c72b90ba9e5..3b265e40abef29700d4870069a91eb4204fff178 100644 (file)
@@ -79,7 +79,7 @@ proxy = "..."     # HTTP proxy to use for HTTP requests (defaults to none)
 timeout = 60000   # Timeout for each HTTP request, in milliseconds
 
 [build]
-jobs = 1                  # number of jobs to run by default (defaults to # of CPUs)
+jobs = 1                  # number of parallel jobs, defaults to # of CPUs
 rustc = "rustc"           # the rust compiler tool
 rustdoc = "rustdoc"       # the doc generator tool
 target = "triple"         # build for the target triple
index aee5c6b7eba2d1c362e9b183f52d3ba3e4b34ccd..9a883dd25091d154a8105c8473f30808e647bd24 100644 (file)
@@ -21,7 +21,7 @@ case $state in
                 _arguments \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in parallel (defaults to # of CPUs)]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, defaults to # of CPUs]' \
                     "${command_scope_spec[@]}" \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--no-default-features[do not build the default features]' \
@@ -37,7 +37,7 @@ case $state in
                 _arguments \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in parallel (defaults to # of CPUs)]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, defaults to # of CPUs]' \
                     "${command_scope_spec[@]}" \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--no-default-features[do not build the default features]' \
@@ -65,7 +65,7 @@ case $state in
                 _arguments \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in parallel (defaults to # of CPUs)]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, defaults to # of CPUs]' \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--no-deps[do not build docs for dependencies]' \
                     '--no-default-features[do not build the default features]' \
@@ -133,7 +133,7 @@ case $state in
                     '--features=[space separated feature list]' \
                     '--git=[URL from which to install the crate]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in parallel (defaults to # of CPUs)]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, defaults to # of CPUs]' \
                     '--no-default-features[do not build the default features]' \
                     '--path=[local filesystem path to crate to install]' \
                     '(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
@@ -242,7 +242,7 @@ case $state in
                     '--example=[name of the bin target]' \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in parallel (defaults to # of CPUs)]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, defaults to # of CPUs]' \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--bin=[name of the bin target]' \
                     '--no-default-features[do not build the default features]' \
@@ -259,7 +259,7 @@ case $state in
                     '--color=:colorization option:(auto always never)' \
                     '--features=[features to compile for the package]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'=[number of jobs to run in parallel (defaults to # of CPUs)]' \
+                    '(-j, --jobs)'{-j,--jobs}'=[number of parallel jobs, defaults to # of CPUs]' \
                     '--manifest-path=[path to the manifest to fetch dependencies for]' \
                     '--no-default-features[do not compile default features for the package]' \
                     '(-p, --package)'{-p,--package}'=[profile to compile for]' \
@@ -276,7 +276,7 @@ case $state in
                     '--color=:colorization option:(auto always never)' \
                     '--features=[space-separated list of features to also build]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'=[number of jobs to run in parallel (defaults to # of CPUs)]' \
+                    '(-j, --jobs)'{-j,--jobs}'=[number of parallel jobs, defaults to # of CPUs]' \
                     '--manifest-path=[path to the manifest to document]' \
                     '--no-default-features[do not build the `default` feature]' \
                     '--open[open the docs in a browser after the operation]' \
@@ -302,7 +302,7 @@ case $state in
                 _arguments \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in parallel (defaults to # of CPUs)]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, defaults to # of CPUs]' \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--test=[test name]: :_test_names' \
                     '--no-default-features[do not build the default features]' \
index d820d09169e0ae1b4af51c1ab432f0a43dd7f9ec..7f32d196dcc1eed59e6274b30f86a60cb5e9a02d 100644 (file)
@@ -69,7 +69,7 @@ Package to benchmarks for.
 .RE
 .TP
 .B \-j \f[I]IN\f[], \-\-jobs \f[I]IN\f[]
-The number of jobs to run in parallel (defaults to # of CPUs).
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
index 9323dae759fec7623744bdbb7e290ed5e288e3e2..e4c00dc2110f8a6ab97816028df2d84d19a451b0 100644 (file)
@@ -33,7 +33,7 @@ Package to build.
 .RE
 .TP
 .B \-j \f[I]IN\f[], \-\-jobs \f[I]IN\f[]
-The number of jobs to run in parallel (defaults to # of CPUs).
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
index 941cd2b24406dc41c3b48bdcdfb7841431be0fe0..54807f65486d307d61004a5e9a08143e26a9805e 100644 (file)
@@ -43,7 +43,7 @@ Don\[aq]t build documentation for dependencies.
 .RE
 .TP
 .B \-j \f[I]N\f[], \-\-jobs \f[I]N\f[]
-The number of jobs to run in parallel (defaults to # of CPUs).
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
index f4b7012b5035a9f20c0a0ad13555ed917c1a23dd..9696143e24e90dba9ff2382578eca27c87f324c9 100644 (file)
@@ -89,7 +89,7 @@ Print this message.
 .RE
 .TP
 .B \-j \f[I]N\f[], \-\-jobs \f[I]N\f[]
-The number of jobs to run in parallel (defaults to # of CPUs).
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
index 7a463a0907d52f04b4287c89d755df000c8fb097..91d0bfba6c681a133ffc3173e728395750091f77 100644 (file)
@@ -37,7 +37,7 @@ Name of the example target to run.
 .RE
 .TP
 .B \-j \f[I]IN\f[], \-\-jobs \f[I]IN\f[]
-The number of jobs to run in parallel (defaults to # of CPUs).
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
index fac6e213743bafb879240adcab501aa9045e1cb0..bbf90c951df84987f50694096f05b80a7d957fce 100644 (file)
@@ -88,7 +88,7 @@ Package to run tests for.
 .RE
 .TP
 .B \-j \f[I]IN\f[], \-\-jobs \f[I]IN\f[]
-The number of jobs to run in parallel (defaults to # of CPUs).
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP